home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" ?>
-
- <!--
- BluedivingNG config file
- -->
-
- <config>
- <!-- Device -->
- <device>hci0</device>
-
- <!-- Where to keep logs? -->
- <logdir>/var/log/bluediving/</logdir>
- <logfile>main.log</logfile>
-
- <!-- Play sounds? 1 == true / 0 == false -->
- <play_sound>1</play_sound>
-
- <!-- My WAV file -->
- <sound_file>sounds/explosion.wav</sound_file>
-
- <!-- My nasty vcard -->
- <vcard>vcards/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.vcf</vcard>
-
- <!-- The default channel -->
- <channel>17</channel>
-
- <!-- Default device name -->
- <device_name>phone of doom</device_name>
-
- <!-- Default device type (phone|laptop) -->
- <device_type>phone</device_type>
-
- <!-- Should the device be visible? 1 == true / 0 == false -->
- <device_visibility>0</device_visibility>
-
- <!-- Where to find the tools -->
- <hciconfig>/usr/sbin/hciconfig</hciconfig>
- <hcitool>/usr/bin/hcitool</hcitool>
- <sdptool>/usr/bin/sdptool</sdptool>
- <l2ping>/usr/bin/l2ping</l2ping>
- <rfcomm>/usr/bin/rfcomm</rfcomm>
- <rfcomm_shell>tools/rfcomm_shell</rfcomm_shell>
- <obexftp>/usr/bin/obexftp</obexftp>
- <btobex>/usr/bin/btobex</btobex>
- <btftp>/usr/bin/btftp</btftp>
- <hstest>tools/hstest</hstest>
- <attest>tools/attest</attest>
- <atshell>tools/atshell</atshell>
- <change_btaddr>tools/bdaddr</change_btaddr>
- <redfang>tools/fang</redfang>
- <mpg123>/usr/bin/xmms</mpg123>
- <sox>/usr/bin/sox</sox>
- <play>/usr/bin/play</play>
- </config>
-